home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Documents / NeXTAnswers / sysadmin.82 < prev    next >
Text File  |  1992-02-06  |  2KB  |  68 lines

  1. {\rtf0\ansi{\fonttbl\f1\fnil Times-Roman;\f0\fmodern Courier;}
  2. \paperw11760
  3. \paperh9000
  4. \margl120
  5. \margr120
  6. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f1\b0\i0\ul0\fs28 sysadmin yp passwd yppasswd security\
  7. \
  8. Q: I tried to change my password using the passwd command or Preferences, but it didn't seem to take effect.   Why not?\
  9. \
  10. Q:  How do I remove my password? \
  11. \
  12. A:  Use the Preferences application to change your passwd.  If you are on a network composed of NeXT and non-NeXT machines you might also need to update the NIS (formerly known as Yellow Pages) database by running the yppasswd command.  If your account information is stored in NIS, run the following command in a Terminal or Shell:\
  13. \
  14.     
  15. \f0\fs24 machine>yppasswd your-login-name
  16. \f1\fs28 \
  17. \
  18. as in: 
  19. \f0\fs24 yppasswd jsmith
  20. \f1\fs28 .\
  21. \
  22. If your account is stored in NetInfo—which is the default on a NeXT machine—do the following to remove your password:\
  23. \
  24.     • Launch NetInfoManager.\
  25.     • Open the domain where your account is stored; this is probably the root (/) domain if you\
  26.     are on a Network. If you are on a standalone machine, the right (local) domain will come\
  27.     up by default.\
  28.     • Click  the users directory , then double-click your account name. This will bring up the\
  29.     property editor.\
  30.     • Click the  passwd property, then remove its value and save the changes\
  31.     \
  32. Removing a password that is stored in NIS is slightly more difficult.  On the yp-master server do the following as root:\
  33. \
  34.     • Edit the /etc/passwd file and remove the passwd field from your account.\
  35.     • Then run the following commands in a Shell or Terminal:\
  36.  
  37. \f0\fs24     \
  38.     ypmaster#cd /etc/yp\
  39.     ypmaster#make passwd\
  40.  
  41. \f1\fs28     \
  42.  
  43. \b Warning:
  44. \b0 \
  45. \
  46. Removing a password from an account is a serious security risk!  Make sure that all the accounts have a password.  Change the passwords once a month.\
  47. \
  48. What makes a good password?  One that's:\
  49. \
  50.     • easy to remember\
  51.     • hard to guess\
  52.     • uses upper and lower case letters, number, and punctuation\
  53.     • is not found in the dictionary\
  54.     • is not a proper name\
  55. \
  56. The UNIX password security mechanism really depends on two things: \
  57. \
  58.     • the fact that it's hard to decrypt the encrypted passwords\
  59.     • users' choosing passwords that are hard to guess (so that brute-force attacks are intractable)\
  60. \
  61. \
  62. QA82\
  63. \
  64. Valid for 1.0 \
  65. Valid for 2.0\
  66. \
  67.  
  68.